home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / reef205.zip / QUEST3.TXT < prev    next >
Text File  |  1996-09-28  |  3KB  |  195 lines

  1. `b c`-=-= Sample Quest to Test NEW Commands =-=-
  2. `b bl`            by MoonDust
  3. /squiggles
  4.  
  5. The below example can ALSO be used with SUB commands
  6. for  /getsub:ABCDE to ... Z and /choicesub1 to /choicesub26:
  7.  
  8. What is your choice:
  9. A.      B.   C.      D.    E.   F.    G.   H.
  10. I.      J.   K.      L.    M.   N.    O.   P.
  11. Q.      R.   S.      T.    U.   V.    W.   X.
  12. Y.      Z.
  13. /get:ABCDEFGHIJKLMNOPQRSTUVWXYZ
  14. /choice1
  15. Chose A.
  16. /choice2
  17. Chose B.
  18. /choice3
  19. Chose C.
  20. /choice4
  21. Chose D.
  22. /choice5
  23. Chose E.
  24. /choice6
  25. Chose F.
  26. /choice7
  27. Chose G.
  28. /choice8
  29. Chose H.
  30. /choice9
  31. Chose I.
  32. /choice10
  33. Chose J.
  34. /choice11
  35. Chose K.
  36. /choice12
  37. Chose L.
  38. /choice13
  39. Chose M.
  40. /choice14
  41. Chose N.
  42. /choice15
  43. Chose O.
  44. /choice16
  45. Chose P.
  46. /choice17
  47. Chose Q.
  48. /choice18
  49. Chose R.
  50. /choice19
  51. Chose S.
  52. /choice20
  53. Chose T.
  54. /choice21
  55. Chose U.
  56. /choice22
  57. Chose V.
  58. /choice23
  59. Chose W.
  60. /choice24
  61. Chose X.
  62. /choice25
  63. Chose Y.
  64. /choice26
  65. Chose Z.
  66. /endchoice
  67. /anyquit
  68.  
  69. You can now put the random number you want to generate.
  70. ie: random26 will generate up to 26 and allow you to have 26 choices:
  71. Who knows? It might allow you to have thousands of numbers, but I'm not
  72. gonna be the one to test it. If you do, let me know. I *think* it will
  73. work up into the thousands if you are that weird. ;)
  74.  
  75. /random5
  76. /choice1
  77. This indicates the random generator chose 1.
  78. /choice2
  79. This indicates the generator chose 2.
  80. /choice3
  81. This indicates the generator chose 3.
  82. /choice4
  83. This indicates the generator chose 4.
  84. /choice5
  85. This indicates the generator chose 5.
  86. /endchoice
  87. In the above, you told the computer to generate a random number between
  88. 1 and 5.
  89.  
  90.  
  91. `b y`
  92. These are action words you can use to divide portions of your quest
  93. to show something is taking place.. like a /pause but better!
  94. `br`
  95. /walking
  96. /running
  97. /looking
  98. /anyquit
  99. `b w`
  100. /traveling
  101. /swimming
  102. /searching
  103. `b c`
  104. /begging
  105. /whining
  106. /pondering
  107. `b y`
  108. /climbing
  109. /crawling
  110. /thinking
  111. New commands as of 9/28/96:
  112. /gdr
  113. (grinning, ducking, running)
  114. /peeking
  115. /laughing
  116. /crying
  117. /shouting
  118.  
  119. `b g`You can now offer the players the opportunity to go to the healers:
  120. If you are having more than one battle in a quest, you will want to
  121. offer this option, as well as /anyquit in between battles in
  122. case they don't have enough dinar to heal and want to quit the
  123. quest before they get killed.
  124. /anykey
  125. `b w`I would set it up with an:
  126. `b c`A. Heal
  127. B. Continue
  128. /get:AB
  129. /choice1
  130. /heal
  131. /choice2
  132. /endchoice
  133.  
  134. You can now have multiple battles per quest, but only 5 per quest or the
  135. quest will be aborted.
  136. /anykey
  137.  
  138. /battle
  139. A horrible ogre
  140. attacks you!
  141. /choice1
  142. You won!
  143. /choice2
  144. You chicken, you're outta here!
  145. /endquest
  146. /endchoice
  147.  
  148. `b c`A. Heal
  149. B. Continue
  150. /get:AB
  151. /choice1
  152. /heal
  153. /choice2
  154. /endchoice
  155. /anyquit
  156.  
  157. /battle
  158. An ugly rodent
  159. attacks you!
  160. /choice1
  161. You won!
  162. /choice2
  163. You chicken, you're outta here!
  164. /endquest
  165. /endchoice
  166.  
  167. `b c`A. Heal
  168. B. Continue
  169. /get:AB
  170. /choice1
  171. /heal
  172. /choice2
  173. /endchoice
  174. /anyquit
  175.  
  176. /battle
  177. A man-eating shark
  178. attacks you!
  179. /choice1
  180. You won!
  181. /choice2
  182. You chicken, you're outta here!
  183. /endquest
  184. /endchoice
  185.  
  186. `b c`A. Heal
  187. B. Continue
  188. /get:AB
  189. /choice1
  190. /heal
  191. /choice2
  192. /endchoice
  193. /anyquit
  194.  
  195.